XML Namespaces 101

XML Namespaces also carry typical advantages of using namespaces, i.e. all variables related to a particular category can go under that namespace. Here is an example of namespaces being used for Spring. Lets say in an xml file we have information about an html table and a real table. <root> <item> <table> <name>Ikea Coffee table</name> … Continue reading XML Namespaces 101